ImageGear .NET v24.12 - Updated
Insert Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Insert Method
The parameter is not used.
The parameter is not used.
This method is not supported.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim index As Integer
Dim item As T
 
instance.Insert(index, item)
public virtual void Insert( 
   int index,
   T item
)
public: virtual void Insert( 
   int index,
   T* item
) 
public:
virtual void Insert( 
   int index,
   T^ item
) 

Parameters

index
The parameter is not used.
item
The parameter is not used.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members